home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / lock.zip / LOCK.DOC < prev   
Text File  |  1990-01-28  |  2KB  |  69 lines

  1.  
  2.  
  3.  
  4.  
  5.         LOCK utility V1.0 (c) 23-Nov-1989
  6. The LOCK program for a DOS version 2 and up locks the 
  7. MS-DOS / PC-DOS system from further use until the correct 
  8. password is entered.  It seems ludicrous to lock a MS-DOS 
  9. system when a reboot, or another system diskette could 
  10. allow entry.  But allot of systems are now on some sort 
  11. of network and the network session connection's needs to 
  12. be protected.
  13.  
  14.  
  15.  
  16. LOCK : Copyright (c) 1989 by John Wolchak.
  17. This program is released into the Public Domain.
  18.                     John
  19.  
  20.  
  21.  
  22. The syntax of the command is:
  23.  
  24.     LOCK
  25.  
  26. Then the program will prompt for the lock password, it's 
  27. verification and then the ultimate prompt for the unlock 
  28. password.  Example:
  29.  
  30.     lock
  31.  
  32.     Lock password>
  33.     Verification>
  34.  
  35.     Unlock password>
  36.  
  37. If LOCK has any arguments a help message is issued.
  38.  
  39. Note: The maximum password is eigthy characters, with 
  40. all lower case converted to upper case.  It's hard enough 
  41. to remember a password let alone a what case to use on a 
  42. temporary password.  All spaces and tabs are eliminated, 
  43. so phrases can be used more easily.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. LOCK terminates with int 21h, AH=4ch, the intention is 
  51. that the program can be called from another program, but 
  52. I guess that will have to wait for version 2.
  53.  
  54. LOCK returns errorlevel codes, which are:
  55.  
  56.     command, help issued            00h
  57.     don't know about MS-DOS version 1.x    01h
  58.     normal end of program            02h
  59.  
  60.  
  61. John Wolchak
  62. 56 Physics Building
  63. University of Saskatchewan
  64. Saskatoon, Saskatchewan
  65. Canada     S7K 0W0
  66. Phone: (306) 966-4852
  67. NetNorth (BITNET): Wolchak@Sask
  68. Inter_Network:    Wolchak@Admin.Usask.CA
  69.